home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / MosquitoBlaster.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2005-08-05  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("/shooter")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.